home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / LunarLander.swf / scripts / DefineButton2_16 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  138 b   |  7 lines

  1. on(release){
  2.    _root.lbar._visible = true;
  3.    _root.mbar._visible = false;
  4.    _root.hbar._visible = false;
  5.    _root.grav = 0.05;
  6. }
  7.